home *** CD-ROM | disk | FTP | other *** search
/ Colson Caster Selection Guide 3 / Colson Caster Selection Guide 3.0.iso / data1.cab / Program_Executable_Files / colsoncd.dxr / 00007Series_107_b_lh15.5.ls < prev    next >
Encoding:
Text File  |  2000-01-12  |  497 b   |  12 lines

  1. on mouseUp
  2.   if (field "Tblcaste,DIAMETER" contains "8") or (field "Tblcaste,DIAMETER" contains "6") or (field "Tblcaste,DIAMETER" contains "10") then
  3.     alert("You cannot select 15-1/2 inch load height unless you choose a 12 inch diameter wheel.")
  4.     set the hilite of member "b_lh15.5" to 0
  5.   end if
  6.   if the hilite of member "b_lh15.5" = 1 then
  7.     set the hilite of member "b_lh10.5" to 0
  8.     set the hilite of member "b_lh12.5" to 0
  9.     set the hilite of member "b_lh8.0" to 0
  10.   end if
  11. end
  12.